home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-21 | 265 b | 20 lines | [TEXT/RLAB] |
- matrix:
-
- Syntax: matrix ( a )
-
- Description:
-
- The matrix function attempts to cast (convert) it's argument
- to a matrix. Thus;
-
- matrix ( 3.14 )
-
- will produce a 1-by-1 matrix.
-
- matrix()
-
- will produce a NULL matrix (a matrix with no elements).
-
-
- See Also: scalar
-